home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / VBZ01.ZIP / META.BAS < prev    next >
BASIC Source File  |  1993-02-26  |  111b  |  10 lines

  1. DefInt A-Z
  2.  
  3. Type rect
  4.  left As Integer
  5.  top As Integer
  6.  right As Integer
  7.  bottom As Integer
  8. End Type
  9.  
  10.